home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Addons / Schemes / Clipper.sch < prev    next >
Text File  |  2004-01-06  |  5KB  |  186 lines

  1. object TPersHolder
  2.   P.Name = 'Clipper'
  3.   P.Extensions.Strings = (
  4.     'cli')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       UseMetaSymbol = True
  9.       UseMetaToWrapLines = True
  10.       MetaSymbol = ';'
  11.       FIText = 0
  12.       FIIntNum = 1
  13.       FIFloatNum = 2
  14.       FIHexNum = 3
  15.       FIDirective = 4
  16.       UseLineDirectives = True
  17.       UseComments = True
  18.       UseSingleLineComments = True
  19.       UseMultiLineComments = True
  20.       UseFullLineComments = True
  21.       UseStrings = True
  22.       UseSingleLineStrings = True
  23.       UseNumbers = True
  24.       UsePrefixedSuffixedIdentifiers = True
  25.       UseKeywords = True
  26.       BlockDelimiters = <>
  27.       LineDirectivePrefix = '#'
  28.       SingleLineCommentDelimiters = <
  29.         item
  30.           FontID = 5
  31.           LeftDelimiter = '//'
  32.         end
  33.         item
  34.           FontID = 15
  35.           LeftDelimiter = '&&'
  36.         end>
  37.       MultiLineCommentDelimiters = <
  38.         item
  39.           FontID = 6
  40.           LeftDelimiter = '/*'
  41.           RightDelimiter = '*/'
  42.         end>
  43.       FullLineCommentDelimiters = <
  44.         item
  45.           FontID = 7
  46.           LeftDelimiter = '*'
  47.         end
  48.         item
  49.           FontID = 16
  50.           LeftDelimiter = 'note'
  51.         end>
  52.       SingleLineStringDelimiters = <
  53.         item
  54.           FontID = 8
  55.           LeftDelimiter = #39
  56.           RightDelimiter = #39
  57.         end
  58.         item
  59.           FontID = 9
  60.           LeftDelimiter = '"'
  61.           RightDelimiter = '"'
  62.         end>
  63.       IdentPrefixesSuffixes = <
  64.         item
  65.           LeftDelimiter = '.'
  66.           RightDelimiter = '.'
  67.         end>
  68.       KeywordSets = <
  69.         item
  70.           FontID = 14
  71.           Name = 'reserved'
  72.           Keywords =
  73.             '.and.,.f.,.not.,.or.,.t.,announce,begin,break,case,class,continu' +
  74.             'e,declare,do,else,elseif,end,endcase,endclass,enddo,endif,endseq' +
  75.             'uence,exit,exported,field,for,function,hidden,if,in,init,local,m' +
  76.             'emvar,method,next,nil,note,otherwise,parameters,private,procedur' +
  77.             'e,protected,public,recover,request,return,self,sequence,static,s' +
  78.             'tep,then,to,using,var,while'
  79.         end>
  80.     end>
  81.   P.FontTable = <
  82.     item
  83.       FontID = 0
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = clBlack
  86.       Font.Height = -13
  87.       Font.Name = 'Courier New'
  88.       Font.Style = []
  89.     end
  90.     item
  91.       FontID = 1
  92.       Font.Charset = DEFAULT_CHARSET
  93.       Font.Color = clGreen
  94.       Font.Height = -13
  95.       Font.Name = 'Courier New'
  96.       Font.Style = []
  97.     end
  98.     item
  99.       FontID = 2
  100.       Font.Charset = DEFAULT_CHARSET
  101.       Font.Color = clGreen
  102.       Font.Height = -13
  103.       Font.Name = 'Courier New'
  104.       Font.Style = []
  105.     end
  106.     item
  107.       FontID = 3
  108.       Font.Charset = DEFAULT_CHARSET
  109.       Font.Color = clGreen
  110.       Font.Height = -13
  111.       Font.Name = 'Courier New'
  112.       Font.Style = []
  113.     end
  114.     item
  115.       FontID = 4
  116.       Font.Charset = DEFAULT_CHARSET
  117.       Font.Color = clGreen
  118.       Font.Height = -13
  119.       Font.Name = 'Courier New'
  120.       Font.Style = [fsBold]
  121.     end
  122.     item
  123.       FontID = 5
  124.       Font.Charset = DEFAULT_CHARSET
  125.       Font.Color = clGray
  126.       Font.Height = -13
  127.       Font.Name = 'Courier New'
  128.       Font.Style = [fsItalic]
  129.     end
  130.     item
  131.       FontID = 6
  132.       Font.Charset = DEFAULT_CHARSET
  133.       Font.Color = clGray
  134.       Font.Height = -13
  135.       Font.Name = 'Courier New'
  136.       Font.Style = [fsItalic]
  137.     end
  138.     item
  139.       FontID = 7
  140.       Font.Charset = DEFAULT_CHARSET
  141.       Font.Color = clGray
  142.       Font.Height = -13
  143.       Font.Name = 'Courier New'
  144.       Font.Style = [fsItalic]
  145.     end
  146.     item
  147.       FontID = 8
  148.       Font.Charset = DEFAULT_CHARSET
  149.       Font.Color = clMaroon
  150.       Font.Height = -13
  151.       Font.Name = 'Courier New'
  152.       Font.Style = []
  153.     end
  154.     item
  155.       FontID = 9
  156.       Font.Charset = DEFAULT_CHARSET
  157.       Font.Color = clMaroon
  158.       Font.Height = -13
  159.       Font.Name = 'Courier New'
  160.       Font.Style = []
  161.     end
  162.     item
  163.       FontID = 14
  164.       Font.Charset = DEFAULT_CHARSET
  165.       Font.Color = clBlue
  166.       Font.Height = -13
  167.       Font.Name = 'Courier New'
  168.       Font.Style = [fsBold]
  169.     end
  170.     item
  171.       FontID = 15
  172.       Font.Charset = DEFAULT_CHARSET
  173.       Font.Color = clGray
  174.       Font.Height = -13
  175.       Font.Name = 'Courier New'
  176.       Font.Style = [fsItalic]
  177.     end
  178.     item
  179.       FontID = 16
  180.       Font.Charset = DEFAULT_CHARSET
  181.       Font.Color = clGray
  182.       Font.Height = -13
  183.       Font.Name = 'Courier New'
  184.       Font.Style = [fsItalic]
  185.     end>
  186. end